home *** CD-ROM | disk | FTP | other *** search
- Date: Thu, 28 Jul 1994 13:01:08 -0400 (EDT)
- From: Timothy Miller <millert@cs.csee.usf.edu>
- Subject: Re: Gem List
- To: gem-list@world.std.com
- In-Reply-To: <9407281036.AA02743@nasoftwr.demon.co.uk>
- Message-Id: <Pine.3.87.9407281308.B14224-0100000@grad>
- Mime-Version: 1.0
- Precedence: bulk
-
- Hollis:
-
- ]No. It IS that easy. Simply trap the WM_TOPPED message. All you have to
- ]do when you receive it is to:
- ]
- ]If the button is no longer pressed when you process the message, top the
- ]window. This means that the button was tapped on the window with the intent
- ]to bring it to the front.
-
- No, it is NOT that simple. When you click to top a window, the message
- does not get sent until you let go of the button. You can hold the
- button all day, and the window won't get topped until you let go of the
- button.
-
-
-
-